Simple texteditor v 2.0
 
This is a short and simple version of a texteditor and a tool to
handle sequential files. It is based on the program SEQUTL.BIN
lib 8 [75116,3347]. 
The editor can be used to write letters, docs and to prepare them
to be eventually transferred by E-Mail.
- You can enter up to 500 lines of text (75 characters/line).
  Characters like quotation marks - chr$(34) - and comma
  - chr$(44) - can be used.
- A CBM compatible printer (unit 8, sec. address 7) will work.
- The input of a line of text will be closed by hitting RETURN.
- Before closing the line you can correct the content using the
  key INST/DEL.
- Pressing SPACE + RETURN creates an empty line.
- Pressing RETURN after the line number is shown will end the whole
  process of inputting text. The file will be closed and saved on
  disk.
  The standard diskdrive is unit 8 (!).
- You can append existing files - add more lines of text.
- Using the option 'edit an old file' you can alter existing text.
  If the line is shown type 'E' and you can input a new text 
  starting at the begin of the line. Hitting 'RETURN' will delete
  this line.
  Pressing 'SPACE'	 ill show the next line of the textfile.
- Finally there is the capability to convert the character set of the
  file (PETSCII) to true ASCII.Therewith the file can be sent by
  E-Mail. The extension '.text' is added to the filename.
 
F.Dormeier                                    [100272,2564]

